Exemplo n.º 1
0
 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));
 }
Exemplo n.º 2
0
 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));
 }