Esempio n. 1
0
 public async Task <IEnumerable <Model> > FindByMark(int id)
 {
     return(await _modelRepository.FindByMark(id));
 }