Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace TheXamlGuy.Framework.Core
|
||||
{
|
||||
public interface IServiceFactory
|
||||
{
|
||||
T? Get<T>(Type type);
|
||||
|
||||
T Create<T>(Type type, params object?[] parameters);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user