Exemplo n.º 1
0
 public NhapHangController(INhapHangS nhaphangs, INguoiDungService nguoidungs, IXeS ixes, ICTNhapHangS ictnhaphangs)
 {
     this.nhaphangs    = nhaphangs;
     this.nguoidungs   = nguoidungs;
     this.ixes         = ixes;
     this.ictnhaphangs = ictnhaphangs;
 }