Exemplo n.º 1
0
 public BLPlanillas(int empresaID, int userID)
 {
     this._empresaID = empresaID;
     this._userID    = userID;
     this.repository = new DAL.Planillas();
 }
Exemplo n.º 2
0
 public NPlanilla()
 {
     rplanilla = new RPlanilla();
 }