Refactor TenantNames.Master

This commit is contained in:
Tony Valenti
2020-10-16 10:45:13 -05:00
parent 3e71bdfef3
commit c683de2cda
7 changed files with 22 additions and 12 deletions

View File

@ -0,0 +1,9 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Oqtane.Shared {
public class TenantNames {
public const string Master = "Master";
}
}