Пример #1
0
 public void InsertaServicio(string tipo, string estado, int fkuusuario, int fkgasto, int fkagenciaorigen, int fkagenciadestino, ref string mensaje)
 {
     objfinal.InsertToServicio(tipo, estado, fkuusuario, fkgasto, fkagenciadestino, fkagenciadestino, ref mensaje);
 }