Exemplo n.º 1
0
 public IEnumerable <OutletViewModel> GetOutletsByName(string name)
 {
     return(_outletRepository.GetOutletsByName(name));
 }