Exemplo n.º 1
0
 public Comment_Service(IComment_Repository _repository)
 {
     this.repository = _repository;
 }
Exemplo n.º 2
0
 public Upload_Service(IUpload_Repository _repository, IComment_Repository _comrepository)
 {
     this.repository    = _repository;
     this.comrepository = _comrepository;
 }