コード例 #1
0
ファイル: Categorias.aspx.cs プロジェクト: mtxosef/OSEF_APP
 public void EliminarCategoria(string strID)
 {
     CategoriaBusiness.Borrar(strID);
 }