Esempio n. 1
0
 public void CreateOrEditProject([FromBody] ProjectInput input)
 {
     projectAppService.CreateOrEditProject(input);
 }