IService(TModel).Edit Method

Template MVC

IServiceTModelEdit Method

Add an entity based on the passed model and delete it 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 Edit(
	TModel model
)

Parameters

model
Type: TModel

[Missing <param name="model"/> documentation for "M:Template.Service.Core.Interface.IService`1.Edit(`0)"]

See Also