Ejemplo n.º 1
0
 // Constructor
 public Borrowable(LibraryItem libraryItem)
     : base(libraryItem)
 {
 }
Ejemplo n.º 2
0
 // Constructor
 public Borrowable(LibraryItem libraryItem)
     : base(libraryItem)
 {
 }