Exemple #1
0
 public OutletViewModel GetOutletsById(long id)
 {
     return(_outletRepository.GetOutletsById(id));
 }