예제 #1
0
 public void Update(string dbCode, int lgIndex, MPur_PriceContract_Lens t)
 {
     bll.Update(dbCode, lgIndex, t, false);
 }
예제 #2
0
 public string Add(string dbCode, int lgIndex, MPur_PriceContract_Lens t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }