예제 #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
파일: DSSale_Order.cs 프로젝트: peter-ay/sl
 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
파일: DSM_Log.cs 프로젝트: peter-ay/sl
 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
파일: DSB_Supplier.cs 프로젝트: peter-ay/sl
 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
파일: DSB_Frame.cs 프로젝트: peter-ay/sl
 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
파일: DSPur_Quote.cs 프로젝트: peter-ay/sl
 public string Add(string dbCode, int lgIndex, MPur_Quote t)
 {
     return(bll.Add(dbCode, lgIndex, t));
 }