Refactor...
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Hyperbar;
|
||||
|
||||
public interface IConfiguration<out TConfiguration>
|
||||
where TConfiguration :
|
||||
class, new()
|
||||
{
|
||||
TConfiguration Value { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user