Exemple #1
0
 public System.Threading.Tasks.Task <pl.lodz.p.ftims.edu.pai.central.dto.Employee> CreateEmployeeAsync(pl.lodz.p.ftims.edu.pai.central.dto.CreateEmployee createEmployee)
 {
     return(base.Channel.CreateEmployeeAsync(createEmployee));
 }
Exemple #2
0
 public pl.lodz.p.ftims.edu.pai.central.dto.Employee CreateEmployee(pl.lodz.p.ftims.edu.pai.central.dto.CreateEmployee createEmployee1)
 {
     return(base.Channel.CreateEmployee(createEmployee1));
 }