信阳市新县12345县长热线 - 代码来源于 息县数字城管XiXianSZCG_API
| 123456789101112 |
- using System;
- using System.Reflection;
- namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
- {
- public interface IModelDocumentationProvider
- {
- string GetDocumentation(MemberInfo member);
- string GetDocumentation(Type type);
- }
- }
|