示例#1
0
 public PositionBLL(IPositionDAL positionDAL)
 {
     this.positionDAL = positionDAL;
     base.Dal         = positionDAL;
 }
示例#2
0
 public PositionService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IPositionDAL PositionDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.PositionDAL            = PositionDAL;
     this.Dal = PositionDAL;
 }
示例#3
0
 public PositionService(CTMSContext CTMSContext, IPositionDAL PositionDAL)
 {
     this.CTMSContext = CTMSContext;
     this.PositionDAL = PositionDAL;
     this.Dal         = PositionDAL;
 }