Example #1
0
 public VolunteerFormController(IVolunteerFormService volunteers, IOrganizationService organizations, IAdopterService adopters, ISanitizer sanitizeService)
 {
     this.volunteers      = volunteers;
     this.organizations   = organizations;
     this.adopters        = adopters;
     this.sanitizeService = sanitizeService;
 }
 public VolunteerFormController(IVolunteerFormService volunteers, IOrganizationService organizations, IAdopterService adopters, ISanitizer sanitizeService)
 {
     this.volunteers = volunteers;
     this.organizations = organizations;
     this.adopters = adopters;
     this.sanitizeService = sanitizeService;
 }
 public VolunteersFormController(IVolunteerFormService volunteerForms)
 {
     this.volunteerForms = volunteerForms;
 }
 public VolunteersFormController(IVolunteerFormService volunteerForms)
 {
     this.volunteerForms = volunteerForms;
 }