コード例 #1
0
 public MailBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }
コード例 #2
0
 public ProfileBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }
コード例 #3
0
 public LoginBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }
コード例 #4
0
 public RegisterBusiness()
 {
     _userContext = new UserContext(new DbContextFactory());
 }