Change Setup method visibility to public
This commit is contained in:
@@ -4,5 +4,5 @@ namespace TimetableDesigner.Backend.Events;
|
|||||||
|
|
||||||
public abstract class EventQueue
|
public abstract class EventQueue
|
||||||
{
|
{
|
||||||
internal abstract void Setup(IServiceCollection services);
|
public abstract void Setup(IServiceCollection services);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user