1
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
{
|
||||
public interface IProvider
|
||||
{
|
||||
void Get<T>() { }
|
||||
T Get<T>()
|
||||
{
|
||||
return default;}
|
||||
void Set<T>(T t) { }
|
||||
}
|
||||
public interface IProvider<T> : IProvider
|
||||
|
Reference in New Issue
Block a user