Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.CompanyResult> CreateAsync(string SessionKey, Rac.VOne.Web.Models.CompanySource CompanySource)
 {
     return(base.Channel.CreateAsync(SessionKey, CompanySource));
 }
Exemplo n.º 2
0
 public Rac.VOne.Web.Models.CompanyResult Create(string SessionKey, Rac.VOne.Web.Models.CompanySource CompanySource)
 {
     return(base.Channel.Create(SessionKey, CompanySource));
 }