Exemple #1
0
 public bool Delete(string ID)
 {
     return(dal.Delete(ID));
 }