public CorporationVolunteerForCeo(IVolunteerCEOService volunteerCEOService)
 {
     _volunteerCEOService = volunteerCEOService;
 }
示例#2
0
 public CorporationCeoTakeOverStatus(IVolunteerCEOService volunteerCEOService)
 {
     _volunteerCEOService = volunteerCEOService;
 }