コード例 #1
0
 public GevechtRepo(IGevechtContext gContext, IPokemonContext pContext, IHomeContext hContext, IAanvalContext anContext, IAccountContext acContext)
 {
     this.gCtx  = gContext;
     this.pCtx  = pContext;
     this.hCtx  = hContext;
     this.anCtx = anContext;
     this.acCtx = acContext;
 }
コード例 #2
0
 public GevechtRepository(IGevechtContext context)
 {
     this.context = context;
 }