コード例 #1
0
 public EstudioController()
 {
     EstudioRepository _estudioRepository = new EstudioRepository();
 }
コード例 #2
0
 public EstudiosController()
 {
     _Estudio = new EstudioRepository();
 }
コード例 #3
0
 public EstudiosController()
 {
     _context           = new InLockContext();
     _estudioRepository = new EstudioRepository(_context);
     _jogoRepository    = new JogoRepository(_context);
 }
コード例 #4
0
ファイル: EstudioController.cs プロジェクト: Okuma-wq/InLock
 public EstudioController()
 {
     _estudioRepository = new EstudioRepository();
     _jogoRepository    = new JogoRepository();
 }