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