コード例 #1
0
 public bool CheckRestrictedServiceAuthorization(string UserName, string Url, string OprationCode, string ScreenCode = "MVC_KFISPORTAL")
 {
     return(_userDataAccess.CheckRestrictedServiceAuthorization(UserName, Url, OprationCode, ScreenCode));
 }