Exemplo n.º 1
0
 public void Update(string dbCode, int lgIndex, MB_Customer_Main t)
 {
     bll.Update(dbCode, lgIndex, t);
 }
Exemplo n.º 2
0
 public string Add(string dbCode, int lgIndex, MB_Customer_Main t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }