Exemple #1
0
 public bool DeleteBatch(Workforce.Logic.Associates2.Domain.WFSReference.BatchDao batch)
 {
     return(base.Channel.DeleteBatch(batch));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <bool> DeleteBatchAsync(Workforce.Logic.Associates2.Domain.WFSReference.BatchDao batch)
 {
     return(base.Channel.DeleteBatchAsync(batch));
 }
Exemple #3
0
 public bool InsertBatch(Workforce.Logic.Associates2.Domain.WFSReference.BatchDao newbatch)
 {
     return(base.Channel.InsertBatch(newbatch));
 }