Пример #1
0
 public async void Try_Insert(LineRepository testRepo, Line test)
 {
     await testRepo.InsertAsync(test);
 }