Exemple #1
0
 public EventRegistrationController(IEventRegService _repo)
 {
     _context = _repo;
 }
 public EventRegRepo(IEventRegContext _ctx, IEventRegService _service)
 {
     ctx     = _ctx;
     service = _service;
 }