Ejemplo n.º 1
0
 public PriceListService(IPriceListDao priceListDao)
 {
     _priceListDao = priceListDao;
 }
Ejemplo n.º 2
0
 public PriceListService(IPriceListDao priceListDao)
 {
     _priceListDao = priceListDao;
 }
Ejemplo n.º 3
0
 public PriceListMgr(IPriceListDao entityDao)
     : base(entityDao)
 {
 }
Ejemplo n.º 4
0
 public PriceListBaseMgr(IPriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
Ejemplo n.º 5
0
 public PriceListBaseMgr(IPriceListDao entityDao)
 {
     this.entityDao = entityDao;
 }
Ejemplo n.º 6
0
 public PriceListMgr(IPriceListDao entityDao)
     : base(entityDao)
 {
 }