Exemplo n.º 1
0
 public int DeleteById(string name, string id)
 {
     return(cs.DeleteById(name, id));
 }