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