Beispiel #1
0
 public CategoryRepository(PokerfaceContext context) : base(context)
 {
 }
 public GenericRepository(PokerfaceContext context)
 {
     this.context = context;
 }