コード例 #1
0
 public BLPlanillas(int empresaID, int userID)
 {
     this._empresaID = empresaID;
     this._userID    = userID;
     this.repository = new DAL.Planillas();
 }
コード例 #2
0
 public NPlanilla()
 {
     rplanilla = new RPlanilla();
 }