示例#1
0
 public EFInvoiceRepository(MbmStoreContext context)
 {
     dataContext = context;
 }
示例#2
0
 public EFInvoiceRepository(MbmStoreContext dataContext)
 {
     this.dataContext = dataContext;
 }
 public EFBookRepository(MbmStoreContext context)
 {
     dataContext = context;
 }