Esempio n. 1
0
 public IList <FormDomain> GetRoleFromList(int roleId)
 {
     return(EntityDao.GetRoleFromList(roleId));
 }