Depreciacion IServiceDepreciacion.GetDepreciacionByID(string id) { RepositoryDepreciacion repository = new RepositoryDepreciacion(); return(repository.GetDepreciacionByID(id)); }
public IEnumerable <Depreciacion> GetDepreciacionByID(int id) { IRepositoryDepreciacion repository = new RepositoryDepreciacion(); return(repository.GetDepreciacionByID(id)); }