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