示例#1
0
 public LibraryBranchService(LibtraryContext context)
 {
     _context = context;
 }
 public CheckoutService(LibtraryContext context)
 {
     _context = context;
 }
 public LibraryAssetService(LibtraryContext context)
 {
     _context = context;
 }
 public PatronService(LibtraryContext context)
 {
     _context = context;
 }