Example #1
0
 public async Task <Gateway> FindByIDAsync(int id)
 {
     return(await _repo.FindByID(id));
 }