Example #1
0
 public PrecioService(IPrecioRepository precioRepository, IUnitOfWork unitOfWork)
 {
     this.precioRepository = precioRepository;
     this.unitOfWork       = unitOfWork;
 }
Example #2
0
 public PrecioService(IPrecioRepository repo)
 {
     repository = repo;
 }