FruitBankHybridApp/FruitBank.Common.Server/Interfaces/README.md

686 B

Interfaces

Server-side marker interfaces extending the shared Common interfaces. Used for DI registration and type safety.

Key Files

  • IFruitBankDataControllerServer.cs — Extends IFruitBankDataControllerCommon. Empty server marker.
  • ICustomOrderSignalREndpointServer.cs — Extends ICustomOrderSignalREndpointCommon. Empty server marker.
  • IStockSignalREndpointServer.cs — Extends IStockSignalREndpointCommon. Empty server marker.

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.