예제 #1
0
 public ApiResponse CleanData()
 {
     settingService.CleanData();
     return(ApiOk());
 }