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