Ejemplo n.º 1
0
        public int GetCustomerId()
        {
            EfData ef = new EfData();

            return(ef.ConvertNameToCustomerID(CustomerName));
        }