AbpWebConsts.cs 135 B

1234567
  1. namespace Abp.Web
  2. {
  3. public static class AbpWebConsts
  4. {
  5. public const string LocalizaionSourceName = "AbpWeb";
  6. }
  7. }