예제 #1
0
 public bool Destroy(object SkuId)
 {
     return(Sku.Destroy(SkuId) == 1);
 }
예제 #2
0
 public bool Delete(object SkuId)
 {
     return(Sku.Delete(SkuId) == 1);
 }