public InMemoryGetSingleTemplateCommand(InMemoryTemplatesStore inMemoryTemplatesStore)
 {
     _inMemoryTemplatesStore = inMemoryTemplatesStore;
 }
Example #2
0
 public GetTemplatesCommand(InMemoryTemplatesStore inMemoryTemplatesStore)
 {
     _inMemoryTemplatesStore = inMemoryTemplatesStore;
 }