コード例 #1
0
 public bool EliminarTipoServicio(int tipoServicioId)
 {
     return(_pagoServicios.EliminarTipoServicio(tipoServicioId));
 }