コード例 #1
0
 public MTGSetData(TCGCollectionContext _context, MTGApiCaller apiCaller)
 {
     this._context  = _context;
     this.apiCaller = apiCaller;
 }
コード例 #2
0
 public MTGCardData(TCGCollectionContext _context)
 {
     this._context = _context;
 }