Example #1
0
 public virtual async Task <TEntity> GetByID(int id)
 {
     return(await service.GetByID(id));
 }