IPatchVoid<T>
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IPatchVoid<T>
Methods
Patch(T)
View Source
Declaration
void Patch(T request)
Parameters
| Type | Name | 
|---|---|
| <T> | request | 
public interface IPatchVoid<T>
void Patch(T request)
| Type | Name | 
|---|---|
| <T> | request |