Example #1
0
 public System.Threading.Tasks.Task <int> UpdateTinhTrang_PhieuKhamAsync(GUI.PhieuKhamService.ePhieuKham epk, int tinhtrangnew)
 {
     return(base.Channel.UpdateTinhTrang_PhieuKhamAsync(epk, tinhtrangnew));
 }
Example #2
0
 public int UpdateTinhTrang_PhieuKham(GUI.PhieuKhamService.ePhieuKham epk, int tinhtrangnew)
 {
     return(base.Channel.UpdateTinhTrang_PhieuKham(epk, tinhtrangnew));
 }
Example #3
0
 public void UpdatePhieuKham(GUI.PhieuKhamService.ePhieuKham epk)
 {
     base.Channel.UpdatePhieuKham(epk);
 }
Example #4
0
 public System.Threading.Tasks.Task UpdatePhieuKhamAsync(GUI.PhieuKhamService.ePhieuKham epk)
 {
     return(base.Channel.UpdatePhieuKhamAsync(epk));
 }
Example #5
0
 public int AddPhieuKham(GUI.PhieuKhamService.ePhieuKham epk)
 {
     return(base.Channel.AddPhieuKham(epk));
 }