示例#1
0
 public UserRepository(GsbContext context,
                       UserManager <GSBapiUser> userManager,
                       SignInManager <GSBapiUser> signInManager,
                       IConfiguration configuration)
 {
     _context       = context;
     _userManager   = userManager;
     _signInManager = signInManager;
     _configuration = configuration;
 }
示例#2
0
 public FraisRepository(GsbContext context)
 {
     _context = context;
 }