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