public TestEntity TestGetListLO(DataGetListLo dat)
 {
     object[] results = this.Invoke("TestGetListLO", new object[] {
         dat
     });
     return((TestEntity)(results[0]));
 }
 /// <remarks/>
 public void TestGetListLOAsync(DataGetListLo dat, object userState)
 {
     if ((this.TestGetListLOOperationCompleted == null))
     {
         this.TestGetListLOOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTestGetListLOOperationCompleted);
     }
     this.InvokeAsync("TestGetListLO", new object[] {
         dat
     }, this.TestGetListLOOperationCompleted, userState);
 }
 /// <remarks/>
 public void TestGetListLOAsync(DataGetListLo dat)
 {
     this.TestGetListLOAsync(dat, null);
 }