Esempio n. 1
0
        internal static void Save(SharedCache.WinServiceTestClient.Common.Reporting report)
        {
            XmlDocument doc = LoadDocument();

            Common.Report re = (Common.Report)Deserialize(doc, typeof(Common.Report));
            re.List.Add(report);

            SaveDocument(Serialize(re));
        }
Esempio n. 2
0
 public static void Save(SharedCache.WinServiceTestClient.Common.Reporting report)
 {
     DAL.DalReporting.Save(report);
 }