Ejemplo n.º 1
0
 public async Task <IEnumerable <RetailerModel> > GetAllRetailers()
 {
     return(await _retailRepository.GetAllRetailers());
 }