Exemple #1
0
 public void Update(string dbCode, int lgIndex, MB_Customer_Acc t)
 {
     bll.Update(dbCode, lgIndex, t);
 }
Exemple #2
0
 public string Add(string dbCode, int lgIndex, MB_Customer_Acc t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }