Beispiel #1
0
 public void Update(WcfBusinessLogic.Core.Contracts.Data.Event entity)
 {
     base.Channel.Update(entity);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task UpdateAsync(WcfBusinessLogic.Core.Contracts.Data.Event entity)
 {
     return(base.Channel.UpdateAsync(entity));
 }
Beispiel #3
0
 public int Create(WcfBusinessLogic.Core.Contracts.Data.Event entity)
 {
     return(base.Channel.Create(entity));
 }