Exemplo n.º 1
0
 public string SeeReport()
 {
     return(RegisterFiction.SeeReport());
 }
Exemplo n.º 2
0
        public string TotalBorrowBook()
        {
            int total = RegisterNonFiction.NumberOfBook() + RegisterFiction.NumberOfBook();

            return(total.ToString());
        }