Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> InsertAStudentAsync(ABC_Ed_Services.DBServiceRef.Student s)
 {
     return(base.Channel.InsertAStudentAsync(s));
 }
Ejemplo n.º 2
0
 public int InsertAStudent(ABC_Ed_Services.DBServiceRef.Student s)
 {
     return(base.Channel.InsertAStudent(s));
 }