Add Best invitation

This commit is contained in:
Chris Chen
2022-10-02 21:06:48 -07:00
parent f9a5dc5e34
commit 2c491b63de
6 changed files with 145 additions and 13 deletions
@@ -16,6 +16,5 @@ namespace WebAPI.Services.Interfaces
IEnumerable<DomainType> SupportGroups { get; }
IEnumerable<ILineMessage> LineMessage { get; }
bool Enabled(PastoralDomain pastoralDomain = null, string command = null);
void Initialize(PastoralDomain pastoralDomain = null);
}
}