コード例 #1
0
 public void Save(string filePath, DataManagementPlan entity)
 {
     var doc = entity.ToXDocument();
     doc.Save(filePath);
 }