Пример #1
0
 private async Task <List <Mod> > GetDataWithFile(string path)
 {
     return(await _dataLoader.GetFileAsync(path));
 }