public SupportInvitationService(ISupportInvitationRepository SupportInvitationRepository, IUnitOfWork unitOfWork)
 {
     this.SupportInvitationRepository = SupportInvitationRepository;
     this.unitOfWork = unitOfWork;
 }
 public SupportInvitationService(ISupportInvitationRepository SupportInvitationRepository, IUnitOfWork unitOfWork)
 {
     this.SupportInvitationRepository = SupportInvitationRepository;
     this.unitOfWork = unitOfWork;
 }
 public SupportInvitationService(ISupportInvitationRepository supportInvitationRepository, IUnitOfWork unitOfWork)
 {
     _supportInvitationRepository = supportInvitationRepository;
     _unitOfWork = unitOfWork;
 }