예제 #1
0
 public NegocioPermiso()
 {
     unit = new UnitOfWork();
 }
예제 #2
0
 public DepartamentoBusiness()
 {
     uow = new UnitOfWork();
 }
예제 #3
0
 public DepartamentoBusiness(UnitOfWork unitOfWork)
 {
     uow = unitOfWork;
 }
예제 #4
0
 public UrunBLL()
 {
     _uow = new UnitOfWork();
 }