public ControllerPurchaseOrder(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
예제 #2
0
 public ControllerCompanyCodeList(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
 public ControllerApplicationApproval(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
 public ControllerUsageInfoRegistrationList(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
 public ControllerCustomerMasterMaintenance(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
 public ControllerRegisterCompleteNotificationSending(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
예제 #7
0
 public ControllerClientCertificateList(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
예제 #8
0
 public ControllerMonthlySaleAggregation(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
 public ControllerUsageChargeMaster(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }
 public ControllerMonthlySaleComparisonList(string authHeader) : this()
 {
     CURRENT_USER = Utility_Component.DecodeAuthHeader(authHeader)[0];
 }