Beispiel #1
0
 public UserCommentService(IUserCommentRepository repository)
 {
     _repo = repository;
 }
 public UserCommentService(IUserCommentRepository repository)
 {
     _repo = repository;
 }