Beispiel #1
0
 public String DeleteOption(int Id)
 {
     return(_repo.DeleteOption(Id));
 }