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