Exemple #1
0
 public bool DeleteById(int id)
 {
     return(rep.DeleteById(id));
 }