Beispiel #1
0
 public PageCommands(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
Beispiel #2
0
 public ProjectQueries(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
Beispiel #3
0
 public PageQueries(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
 public ContentHistoryQueries(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }
 public ContentHistoryCommands(ISimpleContentDbContextFactory contextFactory)
 {
     _contextFactory = contextFactory;
 }