public Manager(bool hasAuthority, VPShelter.OtherPets otherPets, VPShelter.OtherPets otherPets1, VPShelter.OtherPets otherPets2, VPShelter.OtherPets otherPets3) { this.HasAuthority = hasAuthority; }
public VolunteerEmployee(int employeeID, bool likesCats, bool likesDogs, bool getsPaid, VPShelter.OtherPets otherPets, VPShelter.OtherPets otherPets1, VPShelter.OtherPets otherPets2, VPShelter.OtherPets otherPets3) { this.EmployeeID = employeeID; this.likesCats = likesCats; this.likesDogs = likesDogs; }