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