Ejemplo n.º 1
0
 protected BaseController(ITwisterData data, User userProfile)
     : this(data)
 {
     this.userProfile = userProfile;
 }
Ejemplo n.º 2
0
 protected BaseController(ITwisterData data)
 {
     this.Data = data;
 }