public MetaTypeRepository(ShadowRunContext shadowRunContext)
 {
     this.shadowRunContext = shadowRunContext;
 }
Exemple #2
0
 public CharacterRepository(ShadowRunContext shadowRunContext)
 {
     this.shadowRunContext = shadowRunContext;
 }
 public PlayerRepository(ShadowRunContext dbContext)
 {
     _dbContext = dbContext;
 }