コード例 #1
0
 public AccountService(
     UserManager <MyIdentityUser> userManager,
     SignInManager <MyIdentityUser> signInManager,
     GroupJoinDBContext context
     )
 {
     this.userManager   = userManager;
     this.signInManager = signInManager;
     this.context       = context;
 }
コード例 #2
0
 public StoresService(GroupJoinDBContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public RatingService(GroupJoinDBContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public ProductService(GroupJoinDBContext context)
 {
     this.context = context;
 }