Exemplo n.º 1
0
 public dloUserRight GetUserRight(dloUser user, string name)
 {
     return(this.FirstOrDefault(t => t.ObjectName == name && t.User.Id == user.Id));
 }
Exemplo n.º 2
0
 internal dloUserRights(dloUser user)
 {
     _user          = user;
     _app           = _user.Application;
     UserRightsType = UserRightsTypes.User;
 }