コード例 #1
0
        public async Task <bool> DeleteProducto(Guid id)
        {
            bool resul = await P.DeleteProducto(id);

            return(resul);
        }