예제 #1
0
 public System.Threading.Tasks.Task <bool> UpdateAsync(KuzeyYeliDTO.SupplierDTO dto)
 {
     return(base.Channel.UpdateAsync(dto));
 }
예제 #2
0
 public bool Insert(KuzeyYeliDTO.SupplierDTO dto)
 {
     return(base.Channel.Insert(dto));
 }
예제 #3
0
 public bool Update(KuzeyYeliDTO.SupplierDTO dto)
 {
     return(base.Channel.Update(dto));
 }
예제 #4
0
 public bool Delete(KuzeyYeliDTO.SupplierDTO dto)
 {
     return(base.Channel.Delete(dto));
 }