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