Esempio n. 1
0
 public async Task <IEnumerable <Regulation> > GetAllAsync()
 {
     return(await _regulationRepository.GetAllAsync());
 }
Esempio n. 2
0
 public Task <IEnumerable <IRegulation> > GetAllAsync()
 {
     return(_regulationRepository.GetAllAsync());
 }