public async Task Put([FromBody] DaysInMonthUpdate updateModel)
 {
     await _firebaseDataService.UpdateWDForMonth(updateModel);
 }