Example #1
0
 //getprofile details
 public static SqlDataReader getprofiledetails(string custphone)
 {
     return(AnkapurRepository.getprofiledetails(custphone));
 }