Ejemplo n.º 1
0
 public IList <ApplicationBEAN> GetApplicationBEANS(int userId)
 {
     return(_applicationDAO.GetApplicationBEANS(userId));
 }