Esempio n. 1
0
 public System.Threading.Tasks.Task <int> DeleteAsync(WcfServiceBooks.DAL.Books entity)
 {
     return(base.Channel.DeleteAsync(entity));
 }
Esempio n. 2
0
 public int Save(WcfServiceBooks.DAL.Books entity)
 {
     return(base.Channel.Save(entity));
 }
Esempio n. 3
0
 public int Delete(WcfServiceBooks.DAL.Books entity)
 {
     return(base.Channel.Delete(entity));
 }
Esempio n. 4
0
 public int Add(WcfServiceBooks.DAL.Books entity)
 {
     return(base.Channel.Add(entity));
 }