Example #1
0
 public BookService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public TimelineService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }
 public PersonificationService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #4
0
 public ChapterService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #5
0
 public PromptService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #6
0
 public AuthorService(PenmanContext dbContext)
 {
     _dbContext       = dbContext;
     _binaryFormatter = new BinaryFormatter();
 }
Example #7
0
 public ShortService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #8
0
 public RelationshipService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #9
0
 public TagService(PenmanContext dbContext)
 {
     _dbContext = dbContext;
 }