コード例 #1
0
 public override Task <int> AddAsync(T t)
 {
     return(_fooService.UpdateAsync(t));
 }