Beispiel #1
0
 public IList <RoleDomain> GetUser_RoleList(int UserId)
 {
     return(EntityDao.GetUser_RoleList(UserId));
 }