Exemplo n.º 1
0
 public void UpdateOCAgentReportSales(OCAgentReportSales entity)
 {
     Session.Clear();
     this.Update <OCAgentReportSales>(entity);
 }
Exemplo n.º 2
0
 public void AddOCAgentReportSales(OCAgentReportSales entity)
 {
     Session.Clear();
     this.Add <OCAgentReportSales>(entity);
 }