Ejemplo n.º 1
0
 public int Edit(TblCourier courier)
 {
     return(_courierService.UpdateCourier(courier));
 }