Ejemplo n.º 1
0
 public System.Threading.Tasks.Task RegisterPstFileAsync(string clientId, SmartSingularity.FakeClients.ReportService.PstFile pstFile)
 {
     return(base.Channel.RegisterPstFileAsync(clientId, pstFile));
 }
Ejemplo n.º 2
0
 public void RegisterPstFile(string clientId, SmartSingularity.FakeClients.ReportService.PstFile pstFile)
 {
     base.Channel.RegisterPstFile(clientId, pstFile);
 }