Show / Hide Table of Contents

Interface IModelProvider<TModel>

Provider for API models

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

The type of model being queried for

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