Codemaid
This commit is contained in:
@@ -5,4 +5,4 @@ public interface IValueStore<T>
|
||||
T? Value { get; }
|
||||
|
||||
void Set(T value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -5,4 +5,4 @@ public interface IValueStore<T>
|
||||
T? Value { get; }
|
||||
|
||||
void Set(T value);
|
||||
}
|
||||
}
|
||||