public System.Threading.Tasks.Task <OpenHack.University.Services.Contract.Instructor> ModifyAsync(OpenHack.University.Services.Contract.Instructor instructorToModify) { return(base.Channel.ModifyAsync(instructorToModify)); }
public System.Threading.Tasks.Task <OpenHack.University.Services.Contract.Instructor> CreateAsync(OpenHack.University.Services.Contract.Instructor instructorToCreate) { return(base.Channel.CreateAsync(instructorToCreate)); }