Пример #1
0
 public IList <CustomerDto> SearchCustomer(string Name)
 {
     return(DtoConverter.Convert(_customerDao.SearchCustomer(Name)));
 }