IService(TModel).AddIEnumetable Method

Template MVC

IServiceTModelAddIEnumetable Method

Add an IEnumerable of entities based on the passed models IEnumerable amd insert them on database

Namespace:  Template.Service.Core.Interface
Assembly:  Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void AddIEnumetable(
	IEnumerable<TModel> models
)

Parameters

models
Type: System.Collections.GenericIEnumerableTModel
THe model IEnumerable to convert an entity IEnumerable
See Also