예제 #1
0
 public ShareHelper()
 {
     _db = new MidasTouchDBContext();
     ph  = new PortfolioHelper();
 }
예제 #2
0
 public IdentityHelper()
 {
     _db = new MidasTouchDBContext();
 }
예제 #3
0
 public PortfolioHelper()
 {
     _db = new MidasTouchDBContext();
 }
예제 #4
0
 public UserHelper()
 {
     _db = new MidasTouchDBContext();
     ph  = new PortfolioHelper();
     ih  = new IdentityHelper();
 }