Exemplo n.º 1
0
 public bool Sil(KuzeyYeli.UI.UrunService.UrunDTO entity)
 {
     return(base.Channel.Sil(entity));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> SilAsync(KuzeyYeli.UI.UrunService.UrunDTO entity)
 {
     return(base.Channel.SilAsync(entity));
 }
Exemplo n.º 3
0
 public bool Guncelle(KuzeyYeli.UI.UrunService.UrunDTO entity)
 {
     return(base.Channel.Guncelle(entity));
 }