Ejemplo n.º 1
0
        public int DeleteAll(IEnumerable <TModel> collection)
        {
            var entitiesToDelete = this.Mapper.Map <ICollection <TEntity> >(collection);

            return(ServiceBase.DeleteAll(entitiesToDelete));
        }