示例#1
0
 public System.Threading.Tasks.Task <int> InsertEnrolmentAsync(ABC_Ed_Services.DBServiceRef.Enrollment e)
 {
     return(base.Channel.InsertEnrolmentAsync(e));
 }
示例#2
0
 public int InsertEnrolment(ABC_Ed_Services.DBServiceRef.Enrollment e)
 {
     return(base.Channel.InsertEnrolment(e));
 }