예제 #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));
 }