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