Example #1
0
 public List <Driver> GetOperatorWiseDriverList(string MobileNo)
 {
     return(driverDAL.GetOperatorWiseDriverList(MobileNo));
 }