GenericService(TModel, TEntity).Edit Method

Template MVC

GenericServiceTModel, TEntityEdit Method

Add an entity based on the passed model and delete it on database

Namespace:  Template.Service.Core
Assembly:  Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void Edit(
	TModel model
)

Parameters

model
Type: TModel

Implements

IServiceTModelEdit(TModel)
See Also