コード例 #1
0
 public int GetDriverDetailsbyPan(string panno)
 {
     return(driverDAL.GetDriverDetailsbyPanno(panno));
 }