コード例 #1
0
 public SalesPriceListBaseMgr(ISalesPriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
コード例 #2
0
 public SalesPriceListMgr(ISalesPriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }
コード例 #3
0
 public SalesPriceListBaseMgr(ISalesPriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
コード例 #4
0
 public SalesPriceListMgr(ISalesPriceListDao entityDao, ICriteriaMgr criteriaMgr, IBillAddressMgr billAddressMgr)
     : base(entityDao)
 {
     this.criteriaMgr    = criteriaMgr;
     this.billAddressMgr = billAddressMgr;
 }