コード例 #1
0
ファイル: Reference.cs プロジェクト: gasierram/PRUEBA-.NET
 public System.Threading.Tasks.Task <WebEstudiante.Estudiantes.Estudiante> InsertarNotaAsync(WebEstudiante.Estudiantes.Estudiante std)
 {
     return(base.Channel.InsertarNotaAsync(std));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: gasierram/PRUEBA-.NET
 public System.Threading.Tasks.Task <WebEstudiante.Estudiantes.Estudiante> CrearAsync(WebEstudiante.Estudiantes.Estudiante std)
 {
     return(base.Channel.CrearAsync(std));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: gasierram/PRUEBA-.NET
 public WebEstudiante.Estudiantes.Estudiante InsertarNota(WebEstudiante.Estudiantes.Estudiante std)
 {
     return(base.Channel.InsertarNota(std));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: gasierram/PRUEBA-.NET
 public WebEstudiante.Estudiantes.Estudiante Crear(WebEstudiante.Estudiantes.Estudiante std)
 {
     return(base.Channel.Crear(std));
 }