예제 #1
0
 public Task <int> UpdateProductAsync(Produkt item)
 {
     return(connection.UpdateAsync(item));
 }
예제 #2
0
 public Task <int> InsertProductAsync(Produkt item)
 {
     return(connection.InsertAsync(item));
 }