Exemple #1
0
 public string Remove(int id)
 {
     return(_service.Remove(id));
 }