Beispiel #1
0
 public Manager(bool hasAuthority, VPShelter.OtherPets otherPets, VPShelter.OtherPets otherPets1, VPShelter.OtherPets otherPets2, VPShelter.OtherPets otherPets3)
 {
     this.HasAuthority = hasAuthority;
 }
Beispiel #2
0
 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;
 }