示例#1
0
 public void Update(string dbCode, int lgIndex, MB_Material_Process t)
 {
     bll.Update(dbCode, lgIndex, t, false);
 }
示例#2
0
 public string Add(string dbCode, int lgIndex, MB_Material_Process t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }