Beispiel #1
0
 public string Add(string dbCode, int lgIndex, MB_Material_Process t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Beispiel #2
0
 public string Add(string dbCode, int lgIndex, MB_Department t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Beispiel #3
0
 public string Add(string dbCode, int lgIndex, MSale_Order t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Beispiel #4
0
 public string Add(string dbCode, int lgIndex, MB_Material_LensClass_Focus t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Beispiel #5
0
 public string Add(string dbCode, int lgIndex, MB_Person t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Beispiel #6
0
 public string Add(string dbCode, int lgIndex, MSale_PriceContract_Frame t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Beispiel #7
0
 public string Add(string dbCode, int lgIndex, MS_Log t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
 public string Add(string dbCode, int lgIndex, MPur_PriceContract_SpGroup t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Beispiel #9
0
 public string Add(string dbCode, int lgIndex, MS_UserGroup t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Beispiel #10
0
 public string Add(string dbCode, int lgIndex, MPur_PriceContract_Lens_ProCost t)
 {
     return(bll.Add(dbCode, lgIndex, t, false));
 }
Beispiel #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));
 }
Beispiel #13
0
 public string Add(string dbCode, int lgIndex, MB_Frame t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Beispiel #14
0
 public string Add(string dbCode, int lgIndex, MB_Customer_Main t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Beispiel #15
0
 public string Add(string dbCode, int lgIndex, MSale_PriceContract t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Beispiel #16
0
 public string Add(string dbCode, int lgIndex, MB_Material_Lens t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }
Beispiel #17
0
 public string Add(string dbCode, int lgIndex, MPur_Quote t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }