示例#1
0
文件: Reference.cs 项目: tommol/PAI
 public System.Threading.Tasks.Task <pl.lodz.p.ftims.edu.pai.central.dto.Timesheet> CreateTimesheetAsync(pl.lodz.p.ftims.edu.pai.central.dto.CreateTimesheet createTimesheet)
 {
     return(base.Channel.CreateTimesheetAsync(createTimesheet));
 }
示例#2
0
文件: Reference.cs 项目: tommol/PAI
 public pl.lodz.p.ftims.edu.pai.central.dto.Timesheet CreateTimesheet(pl.lodz.p.ftims.edu.pai.central.dto.CreateTimesheet createTimesheet1)
 {
     return(base.Channel.CreateTimesheet(createTimesheet1));
 }