depreciationPost method

Implementation

Future<chopper.Response<WebApiModulesHomeControlsDepreciationDepreciation>>
    depreciationPost(
        {required WebApiModulesHomeControlsDepreciationDepreciation? body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeControlsDepreciationDepreciation,
      () =>
          WebApiModulesHomeControlsDepreciationDepreciation.fromJsonFactory);

  return _depreciationPost(body: body);
}