예제 #1
0
 public bool Sil(WCFTuket.ServiceReference1.UrunDTO entity)
 {
     return(base.Channel.Sil(entity));
 }
예제 #2
0
 public System.Threading.Tasks.Task <bool> SilAsync(WCFTuket.ServiceReference1.UrunDTO entity)
 {
     return(base.Channel.SilAsync(entity));
 }
예제 #3
0
 public bool Guncelle(WCFTuket.ServiceReference1.UrunDTO entity)
 {
     return(base.Channel.Guncelle(entity));
 }