Show / Hide Table of Contents

Interface IResultWriter<TModel>

Writer for API results

Namespace: Seltzr.Results
Assembly: Seltzr.dll
Syntax
C#
public interface IResultWriter<TModel> : IResultWriter<TModel, object> where TModel : class
Type Parameters
TModel

The type of model to format

  • Improve this Doc
  • View Source
Back to top Generated by DocFX