public ShareHelper() { _db = new MidasTouchDBContext(); ph = new PortfolioHelper(); }
public IdentityHelper() { _db = new MidasTouchDBContext(); }
public PortfolioHelper() { _db = new MidasTouchDBContext(); }
public UserHelper() { _db = new MidasTouchDBContext(); ph = new PortfolioHelper(); ih = new IdentityHelper(); }