Exemplo n.º 1
0
        //customer Registration

        public static int Registercustomer(string CustomerPhoneNumber, string CustomerName, string Password, string Address, string OTP, string status)
        {
            return(AnkapurRepository.Registercustomer(CustomerPhoneNumber, CustomerName, Password, Address, OTP, status));
        }