Ejemplo n.º 1
0
 public Guid GetCustomerTypeByName(string customerTypeName)
 {
     return(_customerTypeRepository.GetCustomerTypeByName(customerTypeName));
 }