예제 #1
0
 public FeatureUpdateBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #2
0
 public CustomerMaset(UserInformation _userInformation)
 {
     this.userInformation = _userInformation;
 }
예제 #3
0
 public Trimmachine(UserInformation user)
 {
     this.userInformation = user;
 }
예제 #4
0
 public FeatureMasterBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #5
0
 public NylocmachineBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #6
0
 public DDPerformanceBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #7
0
 public ECNPCNBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #8
0
파일: CPGBll.cs 프로젝트: amuthagan/Invoic
 public CPGBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #9
0
 public RoleUserSecurityDet(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #10
0
 public Tapmachine(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #11
0
 public OperationMasterBll(UserInformation _userInformation)
 {
     this.userInformation = _userInformation;
 }
예제 #12
0
 public PSWTitleMasterBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #13
0
 public AuditReportBll(UserInformation userinfo)
 {
     this.userInformation = userinfo;
 }
예제 #14
0
 public SapExportPDBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #15
0
 public ProductCategoryBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #16
0
 public CPMMasterBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #17
0
 public OptimalConditionBll(UserInformation _userInformation)
 {
     this.userInformation = _userInformation;
 }
예제 #18
0
 public PointMachineBll(UserInformation userInfo)
 {
     this.userInformation = userInfo;
 }
예제 #19
0
파일: TfcBll.cs 프로젝트: amuthagan/Invoic
 public TfcBll(UserInformation userInfo)
 {
     this.userInformation = userInfo;
 }
예제 #20
0
 public CostCenterMasterDet(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #21
0
 public FeaturesBLL(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #22
0
 public MFMPlanDetailsBll(UserInformation userinfo)
 {
     this.userInformation = userinfo;
 }
예제 #23
0
파일: ISIRBll.cs 프로젝트: amuthagan/Invoic
 public ISIRBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }
예제 #24
0
 public QcpBll(UserInformation userInformation)
 {
     this.userInformation = userInformation;
 }