Exemplo n.º 1
0
 public List <Driver> OperatorWiseDriverAttachList(string MobileNo)
 {
     return(driverDAL.GetOperatorWiseDriverAttachList(MobileNo));
 }