コード例 #1
0
ファイル: AbonoController.cs プロジェクト: Luarosh97/Jodiendo
 public AbonoController(EmpresaContext context)
 {
     _abonoService = new AbonoService(context);
 }