Exemple #1
0
 public System.Threading.Tasks.Task <pl.lodz.p.ftims.edu.pai.central.dto.Task> CreateTaskAsync(pl.lodz.p.ftims.edu.pai.central.dto.CreateTask createTask)
 {
     return(base.Channel.CreateTaskAsync(createTask));
 }
Exemple #2
0
 public pl.lodz.p.ftims.edu.pai.central.dto.Task CreateTask(pl.lodz.p.ftims.edu.pai.central.dto.CreateTask createTask1)
 {
     return(base.Channel.CreateTask(createTask1));
 }