Exemplo n.º 1
0
 //Nombre y telefono por fecha de registro
 public List <dynamic> ClientePorFechaRegistro(DateTime f)
 {
     return(repository.GetCustomerByHireDate(f).ToList());
 }