Beispiel #1
0
 public CommentDataService(ICommentRepository commentRepository, IRemindService remindService)
 {
     this._commentRepository = commentRepository;
     this._remindService     = remindService;
 }
 public CommentDataService(ICommentRepository commentRepository, IRemindService remindService)
 {
     this._commentRepository = commentRepository;
     this._remindService = remindService;
 }