예제 #1
0
 public IList <long> CreateFavoriteBook(long bookId, string title, IList <long> labelIds)
 {
     return(m_favoriteManager.CreateFavoriteBook(bookId, title, labelIds));
 }