Example #1
0
 public async Task AddAsync(TT item)
 {
     (await LocalListAsync()).Add(item);
     await _dataSource.AddToListAsync(Name, item);
 }