コード例 #1
0
 public MarkService()
 {
     _markRepository = new MarkRepository();
     _hashidService  = new HashidService();
 }