예제 #1
0
        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));
        }