Ejemplo n.º 1
0
 public async Task <IEnumerable <Controller> > GetAllAsync()
 {
     return((await _rep.GetAllAsync()).OrderBy(x => x.Id));
 }