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