Exemplo n.º 1
0
 public CommentDataService(ICommentRepository commentRepository, IRemindService remindService)
 {
     this._commentRepository = commentRepository;
     this._remindService     = remindService;
 }
Exemplo n.º 2
0
 public CommentDataService(ICommentRepository commentRepository, IRemindService remindService)
 {
     this._commentRepository = commentRepository;
     this._remindService = remindService;
 }