コード例 #1
0
 public CommentManager()
 {
     commentRepo  = new CommentRepository();
     notifManager = new NotificationManager();
 }