Exemplo n.º 1
0
 public bool AddModuleByFile(SMT.SAAS.Platform.Services.Test.PlatformWS.ModuleInfo model, byte[] xapFileStream)
 {
     return(base.Channel.AddModuleByFile(model, xapFileStream));
 }
Exemplo n.º 2
0
 public bool AddModule(SMT.SAAS.Platform.Services.Test.PlatformWS.ModuleInfo model)
 {
     return(base.Channel.AddModule(model));
 }