コード例 #1
0
 public LibraryBranchService(LibtraryContext context)
 {
     _context = context;
 }
コード例 #2
0
 public CheckoutService(LibtraryContext context)
 {
     _context = context;
 }
コード例 #3
0
 public LibraryAssetService(LibtraryContext context)
 {
     _context = context;
 }
コード例 #4
0
 public PatronService(LibtraryContext context)
 {
     _context = context;
 }