コード例 #1
0
 public CorporationVolunteerForCeo(IVolunteerCEOService volunteerCEOService)
 {
     _volunteerCEOService = volunteerCEOService;
 }
コード例 #2
0
 public CorporationCeoTakeOverStatus(IVolunteerCEOService volunteerCEOService)
 {
     _volunteerCEOService = volunteerCEOService;
 }