Beispiel #1
0
 public System.Threading.Tasks.Task <pl.lodz.p.ftims.edu.pai.central.dto.Project> CreateProjectAsync(pl.lodz.p.ftims.edu.pai.central.dto.CreateProject createProject)
 {
     return(base.Channel.CreateProjectAsync(createProject));
 }
Beispiel #2
0
 public pl.lodz.p.ftims.edu.pai.central.dto.Project CreateProject(pl.lodz.p.ftims.edu.pai.central.dto.CreateProject createProject1)
 {
     return(base.Channel.CreateProject(createProject1));
 }