Interface ActionResult<T>
Used to indicate that a service method uses the IActionResult
pattern to return a T.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
public interface ActionResult<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type being returned. |