Beispiel #1
0
 public UserModel(sutoenContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public BumpHub()
 {
     context = new sutoenContext();
 }
 protected override void Initialize(HttpControllerContext controllerContext)
 {
     base.Initialize(controllerContext);
     context = new sutoenContext();
     userModel = new UserModel(context);
 }
Beispiel #4
0
 public CardModel(sutoenContext context)
 {
     this.context = context;
 }