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