예제 #1
0
파일: Reference.cs 프로젝트: jjg0519/OA
 public bool AddModuleByFile(SMT.SAAS.Platform.Services.Test.PlatformWS.ModuleInfo model, byte[] xapFileStream)
 {
     return(base.Channel.AddModuleByFile(model, xapFileStream));
 }
예제 #2
0
파일: Reference.cs 프로젝트: jjg0519/OA
 public bool AddModule(SMT.SAAS.Platform.Services.Test.PlatformWS.ModuleInfo model)
 {
     return(base.Channel.AddModule(model));
 }