Exemplo n.º 1
0
 public FirmCommentController(IFirmComment repository)
 {
     _repository = repository;
 }
Exemplo n.º 2
0
 public FirmCommentController()
 {
     _repository = new FirmCommentRepository(new ripoffnigeria.Repository.Entities.RipOffContext());
 }