Exemplo n.º 1
0
 public BaseManager()
 {
     Context = new WebChatSwitchEntities();
 }
Exemplo n.º 2
0
 public UserAccountManager()
 {
     Context = new WebChatSwitchEntities();
 }