Ejemplo n.º 1
0
 public object AgencyGetAllAgenciesNotVisitedInLast2Month(User user)
 {
     return(AgencyRepository.AgencyGetAllAgenciesNotVisitedInLast2Month(user));
 }