Exemple #1
0
 public IEnumerable <OutletViewModel> GetOutletsByStatus(bool status)
 {
     return(_outletRepository.GetOutletsByStatus(status));
 }