示例#1
0
文件: App.cs 项目: pvandyk-tmt/ITS
 public bool HasAccess(Kapsch.ITS.App.Common.Models.AuthenticatedUser authenticatedUser)
 {
     AuthenticatedUser = authenticatedUser;
     return(authenticatedUser.IsInRole("IMS Work Station: iApps - iLog"));
     //return true;
 }