Exemplo n.º 1
0
 public bool RsActi(FormBinhPhu.ServiceReference1.UserDetail rs)
 {
     return(base.Channel.RsActi(rs));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> RsActiAsync(FormBinhPhu.ServiceReference1.UserDetail rs)
 {
     return(base.Channel.RsActiAsync(rs));
 }
Exemplo n.º 3
0
 public bool SuaActi(FormBinhPhu.ServiceReference1.UserDetail suaacti1)
 {
     return(base.Channel.SuaActi(suaacti1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <bool> SuaActiAsync(FormBinhPhu.ServiceReference1.UserDetail suaacti)
 {
     return(base.Channel.SuaActiAsync(suaacti));
 }
Exemplo n.º 5
0
 public System.Threading.Tasks.Task <bool> KtActivateAsync(FormBinhPhu.ServiceReference1.UserDetail KtAc)
 {
     return(base.Channel.KtActivateAsync(KtAc));
 }
Exemplo n.º 6
0
 public bool KtActivate(FormBinhPhu.ServiceReference1.UserDetail KtAc)
 {
     return(base.Channel.KtActivate(KtAc));
 }
Exemplo n.º 7
0
 public System.Threading.Tasks.Task <bool> XoaAsync(FormBinhPhu.ServiceReference1.UserDetail userinfo)
 {
     return(base.Channel.XoaAsync(userinfo));
 }
Exemplo n.º 8
0
 public bool Xoa(FormBinhPhu.ServiceReference1.UserDetail userinfo)
 {
     return(base.Channel.Xoa(userinfo));
 }
Exemplo n.º 9
0
 public bool DangNhap(FormBinhPhu.ServiceReference1.UserDetail userinfo)
 {
     return(base.Channel.DangNhap(userinfo));
 }