Skip to content

ResponseBase is a return type of a service or api which can be implicitly converted to objectResult

Notifications You must be signed in to change notification settings

Nikoo-Asadnejad/ResponseBase

Repository files navigation

ResponseBase

ResponseBase is a generic return type of a service or api which contains:

  • Status
  • Message
  • Data

It can implicitly be converted to objectResult and httpStatusCodes, and also httpStatusCodes and tuples can be implicitly converted to responseBase.

Releases

No releases published

Packages

No packages published

Languages