RestServiceRegistro.DeleteTodoItemAsync Method

SergioDelgadoProyecto

RestServiceRegistroDeleteTodoItemAsync Method

Borra Registros

Namespace:  SergioDelgadoProyecto
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
public Task DeleteTodoItemAsync(
	int id
)

Parameters

id
Type: SystemInt32
id de Registro

Return Value

Type: Task
Borra un registro por id

Implements

IRestServiceRegistroDeleteTodoItemAsync(Int32)
See Also