IGet<T>
Marker interface to enforce recommended method signature on ServiceStack Services: object Get(T request)
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IGet<T>
Methods
Get(T)
View Source
Declaration
object Get(T request)
Returns
System.Object
Parameters
Type | Name |
---|---|
<T> | request |