コード例 #1
0
 public async Task <T> FindById(int id)
 {
     return(await _genericDal.FindAsync(id));
 }