Пример #1
0
 public async Task <bool> AddItemAsync(Item item)
 {
     return((await _platform.GetConnectionAsync().InsertAsync(item)) > 0);
 }