Ejemplo n.º 1
0
 public CombustibleService(ICombustibleRepository combustible_repository)
 {
     this.combustible_repository = combustible_repository;
 }
 public CombustibleDomain(ICombustibleRepository combustibleRepository)
 {
     this._combustibleRepository = combustibleRepository;
 }