示例#1
0
 public System.Threading.Tasks.Task <Negocio.ServiciosUca.OPS_response> OPS_prematriculaAsync(Negocio.ServiciosUca.OPS_request ops)
 {
     return(base.Channel.OPS_prematriculaAsync(ops));
 }
示例#2
0
 public Negocio.ServiciosUca.OPS_response OPS_prematricula(Negocio.ServiciosUca.OPS_request ops)
 {
     return(base.Channel.OPS_prematricula(ops));
 }