Example #1
0
 public List <List <string> > GetBorrowedInWeek()
 {
     return(repo.GetBorrowedInWeek());
 }