Beispiel #1
0
 public BasicService(Models.IDBMethod myMethod)
 {
     _myMethod = myMethod;
 }
Beispiel #2
0
 public CustomSignInManager(CustomUserManager userManager, IAuthenticationManager authenticationManager, Services.IBasicService basicService, Models.IDBMethod myMethod)
     : base(userManager, authenticationManager)
 {
 }