示例#1
0
文件: Reference.cs 项目: tommol/PAI
 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));
 }
示例#2
0
文件: Reference.cs 项目: tommol/PAI
 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));
 }