Beispiel #1
0
 public BaseHandler()
 {
     _dataContext = new NCDBDataContext();
 }
Beispiel #2
0
 public UserHandler() : base()
 {
     //Because Why it should stop?
     _saltSecret  = "TheWorldShouldRotateForever";
     _dataContext = new NCDBDataContext();
 }