예제 #1
0
 public JogoController(IServiceJogo service, IUnitOfWork unitOfWork) : base(unitOfWork)
 {
     _service = service;
 }
예제 #2
0
 public JogoController(IUnitOfWork unitOfWork, IServiceJogo serviceJogo) : base(unitOfWork)
 {
     _serviceJogo = serviceJogo;
 }