tidy
This commit is contained in:
@@ -5,8 +5,7 @@ public interface IFactory<TParameter, TService>
|
||||
TService? Create(TParameter value);
|
||||
}
|
||||
|
||||
|
||||
public interface IFactory<TService>
|
||||
{
|
||||
TService? Create();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user