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