Exemplo n.º 1
0
 public PageCommands(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
Exemplo n.º 2
0
 public ProjectQueries(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
Exemplo n.º 3
0
 public PageQueries(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
 public ContentHistoryQueries(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
 public ContentHistoryCommands(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }