Exemplo n.º 1
0
 public void GetDataTest()
 {
     PublishService ps = new PublishService();
     int total;
     var lst = ps.GetPaged<Ps>("PUBLICSERVICE", "", out total);
 }
Exemplo n.º 2
0
 public void GetDataTest()
 {
     PublishService ps = new PublishService();
     int            total;
     var            lst = ps.GetPaged <Ps>("PUBLICSERVICE", "", out total);
 }