Exemplo n.º 1
0
        public Customer Details(string cust_id)

        {
            CustomerContext context = HttpContext.RequestServices.GetService(typeof(RMG.Models.CustomerContext)) as CustomerContext;

            return(context.GetCustomerData(cust_id));
        }