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