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