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