Exemplo n.º 1
0
 public System.Threading.Tasks.Task <pl.lodz.p.ftims.edu.pai.central.dto.Branch> CreateBranchAsync(pl.lodz.p.ftims.edu.pai.central.dto.CreateBranch createBranch)
 {
     return(base.Channel.CreateBranchAsync(createBranch));
 }
Exemplo n.º 2
0
 public pl.lodz.p.ftims.edu.pai.central.dto.Branch CreateBranch(pl.lodz.p.ftims.edu.pai.central.dto.CreateBranch createBranch1)
 {
     return(base.Channel.CreateBranch(createBranch1));
 }