Esempio n. 1
0
 public Either <InstallationError, InstallationDto> GetByExternalId(long externalId)
 => _RunIntegration(_installationCore.GetByExternalId(externalId));
 public Either <InstallationError, InstallationDto> GetByExternalId(long id)
 => RunIntegration(_core.GetByExternalId(id));