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