1 interface inheriting from IPropertyModel
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ICommonModel.cs (1)
11
public interface ICommonModel :
IPropertyModel
1 implementation of IPropertyModel
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ApplicationModel.cs (1)
13
public class ApplicationModel :
IPropertyModel
, IFilterModel, IApiExplorerModel