/// <summary> /// Dame tipo de clientes /// </summary> /// <returns></returns> public List <TypeCustomer> GetTypeCustomers() { return(_catalogDao.GetTypeCustomers()); }