예제 #1
0
 public void UpdateAgentCommissionApply(AgentCommissionApply entity)
 {
     this.Update <AgentCommissionApply>(entity);
 }
예제 #2
0
 //public void AddAgentReturnPoint(AgentReturnPoint[] collection)
 //{
 //    this.Add<AgentReturnPoint>(collection);
 //}
 public void AddAgentCommissionApply(AgentCommissionApply entity)
 {
     this.Add <AgentCommissionApply>(entity);
 }