Ejemplo n.º 1
0
 public StudentController(IBStudent iBStudent, IBAccount iBAccount)
 {
     _iBStudent = iBStudent;
     _iBAccount = iBAccount;
 }
Ejemplo n.º 2
0
 public ApplicationOAuthProvider(IBAccount iBAccount)
 {
     _iBAccount = iBAccount;
 }
Ejemplo n.º 3
0
 //public AccountController(IBAccount iBAccount)
 //   : this(Startup.UserManagerFactory(), Startup.OAuthOptions.AccessTokenFormat)
 public AccountController(IBAccount iBAccount)
 {
     _iBAccount = iBAccount;
 }