예제 #1
0
 public bool Addleave(LeaveEntity leave)
 {
     object[] results = this.Invoke("Addleave", new object[] {
         leave
     });
     return((bool)(results[0]));
 }
예제 #2
0
 /// <remarks/>
 public void AddleaveAsync(LeaveEntity leave, object userState)
 {
     if ((this.AddleaveOperationCompleted == null))
     {
         this.AddleaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddleaveOperationCompleted);
     }
     this.InvokeAsync("Addleave", new object[] {
         leave
     }, this.AddleaveOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void AddleaveAsync(LeaveEntity leave)
 {
     this.AddleaveAsync(leave, null);
 }