コード例 #1
0
 public GuestbooksController(IGuestbookManagement guestbookManagement)
 {
     mGuestbookManagement = guestbookManagement;
 }