public CorporationVolunteerForCeo(IVolunteerCEOService volunteerCEOService)
 {
     _volunteerCEOService = volunteerCEOService;
 }
예제 #2
0
 public CorporationCeoTakeOverStatus(IVolunteerCEOService volunteerCEOService)
 {
     _volunteerCEOService = volunteerCEOService;
 }