public EFAnalytic(ESHContext eSHContext) { _context = eSHContext; }
public SupplyRepository(ESHContext context) : base(context) { }
public ESHRepository(ESHContext context) { _context = context; }