Esempio n. 1
0
 public string Add(string dbCode, int lgIndex, MB_Material_Process t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 2
0
 public string Add(string dbCode, int lgIndex, MB_Department t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 3
0
 public string Add(string dbCode, int lgIndex, MSale_Order t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Esempio n. 4
0
 public string Add(string dbCode, int lgIndex, MB_Material_LensClass_Focus t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 5
0
 public string Add(string dbCode, int lgIndex, MB_Person t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 6
0
 public string Add(string dbCode, int lgIndex, MSale_PriceContract_Frame t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 7
0
 public string Add(string dbCode, int lgIndex, MS_Log t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 8
0
 public string Add(string dbCode, int lgIndex, MPur_PriceContract_SpGroup t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Esempio n. 9
0
 public string Add(string dbCode, int lgIndex, MS_UserGroup t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Esempio n. 10
0
 public string Add(string dbCode, int lgIndex, MPur_PriceContract_Lens_ProCost t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 11
0
 public string Add(string dbCode, int lgIndex, MB_Supplier t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
 public string Add(string dbCode, int lgIndex, MB_Material_LensClass_DefaultCoating t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Esempio n. 13
0
 public string Add(string dbCode, int lgIndex, MB_Frame t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Esempio n. 14
0
 public string Add(string dbCode, int lgIndex, MB_Customer_Main t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Esempio n. 15
0
 public string Add(string dbCode, int lgIndex, MSale_PriceContract t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Esempio n. 16
0
 public string Add(string dbCode, int lgIndex, MB_Material_Lens t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Esempio n. 17
0
 public string Add(string dbCode, int lgIndex, MPur_Quote t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }