Ejemplo n.º 1
0
 public int GetDriverDetailsbyMobileNo(string mobileno)
 {
     return(driverDAL.GetDriverDetailsbyMobileNo(mobileno));
 }