Exemplo n.º 1
0
 public System.Threading.Tasks.Task EditRowByIdAsync(Ui.ServiceReference1.tblEmployee t)
 {
     return(base.Channel.EditRowByIdAsync(t));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task addrecordAsync(Ui.ServiceReference1.tblEmployee e)
 {
     return(base.Channel.addrecordAsync(e));
 }
Exemplo n.º 3
0
 public void EditRowById(Ui.ServiceReference1.tblEmployee t)
 {
     base.Channel.EditRowById(t);
 }
Exemplo n.º 4
0
 public void addrecord(Ui.ServiceReference1.tblEmployee e)
 {
     base.Channel.addrecord(e);
 }