Beispiel #1
0
 public static DataTable ShowLeadDetails(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowLeadDetails(e_NewLeadBO));
 }
Beispiel #2
0
 public static DataTable ShowArea(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowArea(e_NewLeadBO));
 }
Beispiel #3
0
 public static DataTable ShowPossess(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowPossess(e_NewLeadBO));
 }
Beispiel #4
0
 internal static DataTable ShowPOAAddInfo(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowPOAAddInfo(e_NewLeadBO));
 }
Beispiel #5
0
 public static DataTable ShowFacility(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowFacility(e_NewLeadBO));
 }
Beispiel #6
0
 public static DataTable ShowPersonalInfo(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowPersonalInfo(e_NewLeadBO));
 }
Beispiel #7
0
 public static void InsertNRIContDet(NewLeadBO oLeedBO, string s_Mode, bool argUpdateLead, SqlConnection conn, SqlTransaction tran)
 {
     NewLeadDL.InsertNRIContDet(oLeedBO, s_Mode, argUpdateLead, conn, tran);
 }
Beispiel #8
0
 internal static void InsertPOAAddInfo(NewLeadBO oLeedBO, string s_Mode, bool argUpdateLead, SqlConnection conn, SqlTransaction tran)
 {
     NewLeadDL.InsertPOAAddInfo(oLeedBO, s_Mode, argUpdateLead, conn, tran);
 }
Beispiel #9
0
 public static void InsertSubSourceInfo(NewLeadBO oLeedBO, string s_Mode, bool argUpdateLead)
 {
     NewLeadDL.InsertSubSourceInfo(oLeedBO, s_Mode, argUpdateLead);
 }
Beispiel #10
0
 public static void InsertFacility(NewLeadBO oLeedBO, string s_Mode, SqlConnection conn, SqlTransaction tran)
 {
     NewLeadDL.InsertFacility(oLeedBO, s_Mode, conn, tran);
 }
Beispiel #11
0
        //public static void InsertArea(NewLeadBO oLeedBO, string s_Mode, SqlConnection conn, SqlTransaction tran)
        //{
        //    NewLeadDL.InsertArea(oLeedBO, s_Mode,conn,tran);
        //}


        //public static int InsertLeadDetails(NewLeadBO oLeedBO, string s_Mode, DataTable dtEnqTrans,bool UpdateLead,SqlConnection conn,SqlTransaction tran,DataTable dtFinal,string argFlatNo,bool argChk)
        //{
        //    return NewLeadDL.InsertLeadDetails(oLeedBO, s_Mode, dtEnqTrans, UpdateLead,conn,tran,dtFinal,argFlatNo,argChk);
        //}

        internal static int InsertPlotLeadDetails(NewLeadBO oLeedBO, string s_Mode, DataTable dtEnqTrans, bool UpdateLead, SqlConnection conn, SqlTransaction tran, DataTable dtFinal, string argFlatNo, bool argChk, DataTable dtLand)
        {
            return(NewLeadDL.InsertPlotLeadDetails(oLeedBO, s_Mode, dtEnqTrans, UpdateLead, conn, tran, dtFinal, argFlatNo, argChk, dtLand));
        }
Beispiel #12
0
 public static DataTable ShowBankDet(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowBankDet(e_NewLeadBO));
 }
Beispiel #13
0
 public static DataTable ShowNRIContDet(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowNRIContDet(e_NewLeadBO));
 }
Beispiel #14
0
 public static DataTable ShowLeadType(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowLeadType(e_NewLeadBO));
 }
Beispiel #15
0
 public static DataTable ShowCoAppAddInfo(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowCoAppAddInfo(e_NewLeadBO));
 }
Beispiel #16
0
 public static void InsertPossess(NewLeadBO oLeedBo, string s_Mode, SqlConnection conn, SqlTransaction tran)
 {
     NewLeadDL.InsertPossess(oLeedBo, s_Mode, conn, tran);
 }
Beispiel #17
0
 public static DataTable ShowExeInfo(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowExeInfo(e_NewLeadBO));
 }
Beispiel #18
0
 public static DataTable ShowRequirement(NewLeadBO e_NewLeadBO)
 {
     return(NewLeadDL.ShowRequirement(e_NewLeadBO));
 }