Пример #1
0
 public bool HasAccess(Kapsch.ITS.App.Common.Models.AuthenticatedUser authenticatedUser)
 {
     AuthenticatedUser = authenticatedUser;
     return(authenticatedUser.IsInRole("IMS Work Station: iApps - iLog"));
     //return true;
 }