コード例 #1
0
 public WorkShiftReport(
     List <WorkShiftInfo> workShiftInfos,
     WorkShift workShift
     )
 {
     this.workShiftInfos = workShiftInfos;
     this.workShift      = workShift;
 }
コード例 #2
0
 public LoginInfoResponce(
     Cashier cashier,
     CashierRegister cashierRegister,
     WorkShift workShift,
     bool isWokrShiftStarts
     )
 {
     this.cashier           = cashier;
     this.cashierRegister   = cashierRegister;
     this.workShift         = workShift;
     this.isWokrShiftStarts = isWokrShiftStarts;
 }