Esempio n. 1
0
 public List <UserRoleDTO> FindByObjList(object dto)
 {
     // return null;
     return(dao.FindByObjList(dto));
 }