Ejemplo n.º 1
0
 public static void WriteXml <T>(T model) where T : new()
 {
     SendData(FPXml.ToXml(model));
 }
Ejemplo n.º 2
0
 public static void WriteXml <T>(List <T> list) where T : new()
 {
     SendData(FPXml.ToXml(list));
 }