예제 #1
0
 public System.Threading.Tasks.Task <int> InsertACourseAsync(ABC_Ed_Services.DBServiceRef.Course c)
 {
     return(base.Channel.InsertACourseAsync(c));
 }
예제 #2
0
 public int InsertACourse(ABC_Ed_Services.DBServiceRef.Course c)
 {
     return(base.Channel.InsertACourse(c));
 }