Esempio n. 1
0
 public ApiController(ISpaceTransporterServices spaceTransporterServices)
 {
     this.spaceTransporterServices = spaceTransporterServices;
 }
 public HomeController(ISpaceTransporterServices spaceTransporterService)
 {
     this.spaceTransporterService = spaceTransporterService;
 }