Example #1
0
 public async Task <IEnumerable <Gateway> > ListAsync()
 {
     return(await _repo.ListAsync());
 }
Example #2
0
 public async Task <IEnumerable <Gateway> > ListAsync()
 {
     return(await _gatewayRepository.ListAsync());
 }