public TestDataProvider(SWCardGameContext context)
 {
     this.context = context;
 }
示例#2
0
 public CardsRepository(SWCardGameContext context)
 {
     this.context = context;
 }