Ejemplo n.º 1
0
 public BasicOperationLecture(UnitOfWork uow)
 {
     this._uow = uow;
 }
Ejemplo n.º 2
0
 public EmployeeBusiness(Employee user)
 {
     _uof       = new UnitOfWork();
     this._user = user;
 }