Ejemplo n.º 1
0
 public IEnumerable <UserRoleEntity> GetRoleList(string userid)
 {
     return(InstanceDAL.GetRoleList(userid));
 }