示例#1
0
 public bool CanPerformAction(int userId, string moduleCode, Library.DTO.ModuleAction action)
 {
     return(factory.CanPerformAction(userId, moduleCode, action));
 }