Exemplo n.º 1
0
 /// <summary>
 /// 关账日信息信息
 /// </summary>
 public AccountDateController()
 {
     _IBaseInfoServices = new BaseInfoServices();
 }
Exemplo n.º 2
0
 public TransportController()
 {
     _IBaseInfoServices = new BaseInfoServices();
 }
Exemplo n.º 3
0
 /// <summary>
 /// 付款条款
 /// </summary>
 public PaymentController()
 {
     _IBaseInfoServices = new BaseInfoServices();
 }
Exemplo n.º 4
0
 /// <summary>
 /// 汇率信息
 /// </summary>
 public RateController()
 {
     _IBaseInfoServices = new BaseInfoServices();
 }