Esempio n. 1
0
 public Either <InstallationError, InstallationDto> CreateInstallation(InstallationCreateCommand command)
 => _RunIntegration(_installationCore.CreateInstallation(command));
 public Either <InstallationError, InstallationDto> CreateInstallation(InstallationCreateCommand command)
 => _core.CreateInstallation(command);