示例#1
0
 public LibraryBranchService(LibmaContext context)
 {
     _context = context;
 }
示例#2
0
 public PatronService(LibmaContext context)
 {
     _context = context;
 }
示例#3
0
 public LibraryAssetService(LibmaContext _context)
 {
     context = _context;
 }
示例#4
0
 public CheckoutService(LibmaContext context)
 {
     _context = context;
 }