예제 #1
0
 public CreationsController(CreationStore store) => _store = store;
예제 #2
0
 public ContemporaryCreationSection(CreationStore store) => _store = store;
예제 #3
0
 public CreationSection(CreationStore store) => _store = store;