コード例 #1
0
 public EFGearRepository(ClimbingGearContext dbContext)
 {
     _dbContext = dbContext;
 }
 public EFUserGearRepository(ClimbingGearContext dbContext,
                             UserManager <User> userManager)
 {
     _dbContext   = dbContext;
     _userManager = userManager;
 }