Exemple #1
0
 public System.Threading.Tasks.Task UpdatePresentationAsync(ResearchersWPF.UI.svcPresentation.Presentation presentation)
 {
     return(base.Channel.UpdatePresentationAsync(presentation));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <int> AddPresentationAsync(int researcherId, ResearchersWPF.UI.svcPresentation.Presentation presentation)
 {
     return(base.Channel.AddPresentationAsync(researcherId, presentation));
 }
Exemple #3
0
 public void UpdatePresentation(ResearchersWPF.UI.svcPresentation.Presentation presentation)
 {
     base.Channel.UpdatePresentation(presentation);
 }
Exemple #4
0
 public int AddPresentation(int researcherId, ResearchersWPF.UI.svcPresentation.Presentation presentation)
 {
     return(base.Channel.AddPresentation(researcherId, presentation));
 }