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