fixes the startup
This commit is contained in:
parent
333b066e66
commit
c08ff81776
1 changed files with 0 additions and 5 deletions
|
|
@ -76,11 +76,6 @@ namespace Yavsc.Helpers
|
|||
{
|
||||
Config.ProfileTypes.Add(c);
|
||||
}
|
||||
if (c.IsClass && !c.IsAbstract &&
|
||||
c.GetInterface(nameof(IBillable)) != null)
|
||||
{
|
||||
BillingService.GlobalBillingMap.Add(c.Name, c.AssemblyQualifiedName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue