예제 #1
0
 public void DeleteById(string id)
 {
     _servicoBase.DeleteById(id);
 }