public InMemoryGetSingleTemplateCommand(InMemoryTemplatesStore inMemoryTemplatesStore)
 {
     _inMemoryTemplatesStore = inMemoryTemplatesStore;
 }
Exemplo n.º 2
0
 public GetTemplatesCommand(InMemoryTemplatesStore inMemoryTemplatesStore)
 {
     _inMemoryTemplatesStore = inMemoryTemplatesStore;
 }