コード例 #1
0
 public Task <int> Delete(string keyValue)
 {
     return(service.DeleteAsync(t => t.Id == keyValue));
 }