Exemplo n.º 1
0
        public static DataTable GetItemCostosId(int IdItem)
        {
            ItemCostoDALC obj = new ItemCostoDALC();

            return(obj.GetItemCostosId(IdItem));
        }