コード例 #1
0
 public JogoService(AtividadeAula10Context context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: CategoriaService.cs プロジェクト: Tonitee/PI3
 public CategoriaService(AtividadeAula10Context context)
 {
     _context = context;
 }