Ejemplo n.º 1
0
        //send password to customer mobile

        public static SqlDataReader sendpwtocustomer(string phone)
        {
            return(AnkapurRepository.sendpwtocustomer(phone));
        }