Exemplo n.º 1
0
 public AccountController()
 {
     _wcfService = new WcfServiceInvoker();
     _sessionContext = new SessionContext();
 }
 public DashboardController()
 {
     _wcfService = new WcfServiceInvoker();
     _sessionContext = new SessionContext();
 }