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