public GiftCardRepository(GiftCardEntityContext ctx) { _ctx = ctx; }
public GiftCardRepository() { _ctx = new GiftCardEntityContext(); }