public EFInvoiceRepository(MbmStoreContext context) { dataContext = context; }
public EFInvoiceRepository(MbmStoreContext dataContext) { this.dataContext = dataContext; }
public EFBookRepository(MbmStoreContext context) { dataContext = context; }