コード例 #1
0
 public AbilityService(CrossTechFighterContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: FightService.cs プロジェクト: sinantplgl/Crosstech
 public FightService(CrossTechFighterContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: PlayerService.cs プロジェクト: sinantplgl/Crosstech
 public PlayerService(CrossTechFighterContext context)
 {
     _context = context;
 }