Esempio n. 1
0
 public Data_AppUserFile_Checker_Monthly(Data_AppUserFile.monthlyAccount monthly, d_AddCommentLine commentLog)
 {
     this.monthly    = monthly;
     this.commentLog = commentLog;
 }
Esempio n. 2
0
 public Data_AppUserFile_Checker_SystemDuplication(Data_AppUserFile.systemDuplicationAccount duplicationAccount, d_AddCommentLine commentLog)
 {
     this.duplicationAccount = duplicationAccount;
     this.commentLog         = commentLog;
 }
Esempio n. 3
0
 public Data_AppUserFile_Checker_MonthlyDifPrice(Data_AppUserFile.monthlyDifPriceAccount monthlyDifPrice, d_AddCommentLine commentLog)
 {
     this.monthlyDifPrice = monthlyDifPrice;
     this.commentLog      = commentLog;
 }