Beispiel #1
0
 public int DeleteBorrow(int BID)
 {
     return(mediaDAO.DeletBorrow(BID));
 }