using Exam.Infrastructure.Web.Constants; namespace Hotline.Application.Exam.Constants.ApiRoutes { public class SourcewareCategoryApiRoute:ApiRoute { public const string GetTreeList = "GetTreeList"; } }