コード例 #1
0
 public MembershipActivateHandler(MembershipRepository service, NotificationService notificationService)
 {
     _service             = service;
     _notificationService = notificationService;
 }
コード例 #2
0
 public MembershipUpgradeHandler(MembershipRepository repo, NotificationService notificationService)
 {
     _repo = repo;
     _notificationService = notificationService;
 }