コード例 #1
0
 public OrderController(ITheRepository theRepository, IDSNURepository dsnuRepository, INURepository nuRepository, IHoaDonRepository hoadonRepository, ICTHDRepository cthdRepository)
 {
     this.theRepository    = theRepository;
     this.dsnuRepository   = dsnuRepository;
     this.nuRepository     = nuRepository;
     this.hoadonRepository = hoadonRepository;
     this.cthdRepository   = cthdRepository;
 }
コード例 #2
0
 public HoaDonController(INURepository nuRepository, IHoaDonRepository hoadonRepository, ICTHDRepository cthdRepository)
 {
     this.nuRepository     = nuRepository;
     this.hoadonRepository = hoadonRepository;
     this.cthdRepository   = cthdRepository;
 }