public void CreateOrEditContract([FromBody] ContractInput input)
 {
     contractAppService.CreateOrEditContract(input);
 }