Exemplo n.º 1
0
        public virtual void Insert(T entity)
        {
            var collection = new DataServiceCollection <T>(Context);

            collection.Insert(0, entity);
        }