Esempio n. 1
0
 public object getBusLocationArray([FromBody] Models.busLocationModel.getBusLocationArrayReq req)
 {
     Bllfiles.BLL_BusLocation bgrv = new Bllfiles.BLL_BusLocation();
     Models.busLocationModel.getBusLocationArrayResp resp = bgrv.getBusLocationArray(req);
     return(resp);
 }
Esempio n. 2
0
 public object UpdateBusLocation([FromBody] Models.busLocationModel.UpdateBusLocationReq req)
 {
     Bllfiles.BLL_BusLocation bgrv = new Bllfiles.BLL_BusLocation();
     Models.busLocationModel.UpdateBusLocationResp resp = bgrv.UpdateBusLocation(req);
     return(resp);
 }