Пример #1
0
 public CustomerModel GetDatabyID(string id)
 {
     return(_customerBusiness.GetDatabyID(id));
 }