Exemplo n.º 1
0
 public string Consignar(Consignacion consignacion)
 {
     return(this.servicios.Consignar(consignacion));
 }