Esempio n. 1
0
 public UserCommentService(IUserCommentRepository repository)
 {
     _repo = repository;
 }
Esempio n. 2
0
 public UserCommentService(IUserCommentRepository repository)
 {
     _repo = repository;
 }