public StudentController(IBStudent iBStudent, IBAccount iBAccount) { _iBStudent = iBStudent; _iBAccount = iBAccount; }
public ApplicationOAuthProvider(IBAccount iBAccount) { _iBAccount = iBAccount; }
//public AccountController(IBAccount iBAccount) // : this(Startup.UserManagerFactory(), Startup.OAuthOptions.AccessTokenFormat) public AccountController(IBAccount iBAccount) { _iBAccount = iBAccount; }