Esempio n. 1
0
 // method derived from SOAP layer, async version
 // links:
 //  docLink: http://sql2x.org/documentationLink/97727d48-326b-4648-9d81-67853713d87f
 public System.Threading.Tasks.Task UpdateScheduleAsync(SolutionNorSolutionPort.BusinessLogicLayer.ScheduleContract scheduleContract, System.Guid userId)
 {
     return(base.Channel.UpdateScheduleAsync(scheduleContract, userId));
 }
Esempio n. 2
0
 // method derived from SOAP layer
 // links:
 //  docLink: http://sql2x.org/documentationLink/2814d348-759d-425b-841e-456ed83f3f20
 public void UpdateSchedule(SolutionNorSolutionPort.BusinessLogicLayer.ScheduleContract scheduleContract, System.Guid userId)
 {
     base.Channel.UpdateSchedule(scheduleContract, userId);
 }