Exemple #1
0
 public ReportBugController(IReportBug repository)
 {
     _repository = repository;
 }
Exemple #2
0
 public ReportBugController()
 {
     _repository = new ReportBugRepository(new ripoffnigeria.Repository.Entities.RipOffContext());
 }