orderApplybottomlinedaysperweekPost method
Future<Response<bool> >
orderApplybottomlinedaysperweekPost({
- required WebApiApplyBottomLineDaysPerWeekRequest? body,
Implementation
Future<chopper.Response<bool>> orderApplybottomlinedaysperweekPost(
{required WebApiApplyBottomLineDaysPerWeekRequest? body}) {
return _orderApplybottomlinedaysperweekPost(body: body);
}