예제 #1
0
파일: Borrowable.cs 프로젝트: Opentany/Tech
 // Constructor
 public Borrowable(LibraryItem libraryItem)
     : base(libraryItem)
 {
 }
예제 #2
0
파일: Borrowable.cs 프로젝트: Opentany/Tech
 // Constructor
 public Borrowable(LibraryItem libraryItem)
     : base(libraryItem)
 {
 }