예제 #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));
 }