Example #1
0
 public MemberService(LibraryContext ctx)
 {
     this.dbcontext = ctx;
 }
 public ItemService(LibraryContext ctx)
 {
     dbcontext = ctx;
 }