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