示例#1
0
 public SuperHeroRepository(Entities.SuperHeroContext context)
 {
     this.context = context;
 }