コード例 #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));
 }