Exemple #1
0
 public bool DeleteInstructor(Workforce.Logic.Associates2.Domain.WFSReference.InstructorDao instructor)
 {
     return(base.Channel.DeleteInstructor(instructor));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <bool> DeleteInstructorAsync(Workforce.Logic.Associates2.Domain.WFSReference.InstructorDao instructor)
 {
     return(base.Channel.DeleteInstructorAsync(instructor));
 }
Exemple #3
0
 public bool InsertInstructor(Workforce.Logic.Associates2.Domain.WFSReference.InstructorDao newinstructor)
 {
     return(base.Channel.InsertInstructor(newinstructor));
 }