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