Beispiel #1
0
 public System.Threading.Tasks.Task <bool> SuaLuotSDAsync(DTO_QLCP.BanSDNhieu ban)
 {
     return(base.Channel.SuaLuotSDAsync(ban));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <bool> ThemBanSDNhieuAsync(DTO_QLCP.BanSDNhieu ban)
 {
     return(base.Channel.ThemBanSDNhieuAsync(ban));
 }
Beispiel #3
0
 public bool SuaLuotSD(DTO_QLCP.BanSDNhieu ban)
 {
     return(base.Channel.SuaLuotSD(ban));
 }
Beispiel #4
0
 public bool ThemBanSDNhieu(DTO_QLCP.BanSDNhieu ban)
 {
     return(base.Channel.ThemBanSDNhieu(ban));
 }