Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> ImportAsync(Library.Mvc.IntegrationServices.IntegrationInputDto input)
 {
     return(base.Channel.ImportAsync(input));
 }
Ejemplo n.º 2
0
 public bool Import(Library.Mvc.IntegrationServices.IntegrationInputDto input)
 {
     return(base.Channel.Import(input));
 }