Example #1
0
 public System.Threading.Tasks.Task <pl.lodz.p.ftims.edu.pai.central.dto.Employee> UpdateEmployeeAsync(string id, pl.lodz.p.ftims.edu.pai.central.dto.Employee employee)
 {
     return(base.Channel.UpdateEmployeeAsync(id, employee));
 }
Example #2
0
 public pl.lodz.p.ftims.edu.pai.central.dto.Employee UpdateEmployee(string id, pl.lodz.p.ftims.edu.pai.central.dto.Employee employee)
 {
     return(base.Channel.UpdateEmployee(id, employee));
 }