示例#1
0
 public void DeleteVersionById(Guid id)
 {
     try
     {
         UpdateService.DeleteVersionById(id);
     }
     catch (Exception) { }
 }