Пример #1
0
 public bool Delete(object Id)
 {
     return(TResultDetailDeleted.Delete(Id) == 1);
 }