Пример #1
0
 public DisplayBookBorrowerViewModel GetAllBooksBorrowers()
 {
     return(_repository.GetAllBooksBorrowers());
 }