示例#1
0
 public GenreService(MybookAPIDataContext context)
 {
     _context = context;
 }
示例#2
0
 public AuthorService(MybookAPIDataContext context)
 {
     _context = context;
 }
示例#3
0
 public BookService(MybookAPIDataContext context)
 {
     _context = context;
 }
示例#4
0
 public PublisherService(MybookAPIDataContext context)
 {
     _context = context;
 }
示例#5
0
 public CategoryService(MybookAPIDataContext context)
 {
     _context = context;
 }