Пример #1
0
 public object GetCustomerByMphone(string mphone, string catId)
 {
     return(_repository.GetCustomerByMphone(mphone, catId));
 }