Ejemplo n.º 1
0
 public DatabaseContext(PidgeonContext context)
 {
     this.context = context;
 }
 public UserGroupRepository(PidgeonContext context) : base(context)
 {
     this.dbContext = context;
 }
 public MessageRepository(PidgeonContext context) : base(context)
 {
     this.dbContext = context;
 }