Esempio n. 1
0
 public void AddMark(int bookId, int mark)
 {
     _bookContext.AddMark(bookId, mark);
 }