Beispiel #1
0
 public System.Threading.Tasks.Task <bool> SilAsync(KuzeyYeli.WinForm.UrunlerServiceReference.UrunDTO dto)
 {
     return(base.Channel.SilAsync(dto));
 }
Beispiel #2
0
 public bool Sil(KuzeyYeli.WinForm.UrunlerServiceReference.UrunDTO dto)
 {
     return(base.Channel.Sil(dto));
 }