Exemple #1
0
 public static bool CallTypeSysFound(int argTypeId)
 {
     return(CallsheetentryDL.CallTypeSysFound(argTypeId));
 }
Exemple #2
0
 public static bool GetOtherExecCall()
 {
     return(CallsheetentryDL.GetOtherExecCall());
 }
Exemple #3
0
 public static DataTable GetCallSheetProject()
 {
     return(CallsheetentryDL.GetCallSheetProject());
 }
Exemple #4
0
 public static DataTable GetNextCallReportPost()
 {
     return(CallsheetentryDL.GetNextCallReportPost());
 }
Exemple #5
0
 public static DataTable GetFromEditRegisterCall(int argRegId)
 {
     return(CallsheetentryDL.GetFromEditRegisterCall(argRegId));
 }
Exemple #6
0
 public static void DeleteReminderMaster(int argAreaId)
 {
     CallsheetentryDL.DeleteReminderMaster(argAreaId);
 }
Exemple #7
0
 internal static bool GetFinalisedFlat(int argEntryId, int argLeadId)
 {
     return(CallsheetentryDL.GetFinalisedFlat(argEntryId, argLeadId));
 }
Exemple #8
0
 public static DataTable GetNature()
 {
     return(CallsheetentryDL.GetNature());
 }
Exemple #9
0
 public static void InsertFollowUp(string argsType)
 {
     CallsheetentryDL.InsertFollowUp(argsType);
 }
Exemple #10
0
 public static DataTable GetFlat(int argCCId, string argsType)
 {
     return(CallsheetentryDL.GetFlat(argCCId, argsType));
 }
Exemple #11
0
 public static int GetFlatId(int argCCId, string argsType, int argLeadId)
 {
     return(CallsheetentryDL.GetFlatId(argCCId, argsType, argLeadId));
 }
Exemple #12
0
 public static DataTable PostGetCallEdit(string argFromDate, string argToDate, bool argSel)
 {
     return(CallsheetentryDL.PostGetCallEdit(argFromDate, argToDate, argSel));
 }
Exemple #13
0
 public static DataTable PostGetCall()
 {
     return(CallsheetentryDL.PostGetCall());
 }
Exemple #14
0
 public static void DeleteCallTypeMaster(int argTypeId)
 {
     CallsheetentryDL.DeleteCallTypeMaster(argTypeId);
 }
Exemple #15
0
 public static void InsertReminderMaster(string argDesc)
 {
     CallsheetentryDL.InsertReminderMaster(argDesc);
 }
Exemple #16
0
 public static void UpdateFollowUp(int argEntryId, string argsType)
 {
     CallsheetentryDL.UpdateFollowUp(argEntryId, argsType);
 }
Exemple #17
0
 public static void UpdateReminderMaster(int argAreaId, string argDesc)
 {
     CallsheetentryDL.UpdateReminderMaster(argAreaId, argDesc);
 }
Exemple #18
0
 public static DataTable PostRegEdit(int argEntryId)
 {
     return(CallsheetentryDL.PostRegEdit(argEntryId));
 }
Exemple #19
0
 public static bool FoundReminder(int argAreaId)
 {
     return(CallsheetentryDL.FoundReminder(argAreaId));
 }
Exemple #20
0
 public static DataTable PostRegChangeGrid(int argEntryId)
 {
     return(CallsheetentryDL.PostRegChangeGrid(argEntryId));
 }
Exemple #21
0
 public static DataTable GetRegisterCall()
 {
     return(CallsheetentryDL.GetRegisterCall());
 }
Exemple #22
0
 public static void DeleteFollowUp(int argEntryId)
 {
     CallsheetentryDL.DeleteFollowUp(argEntryId);
 }
Exemple #23
0
 public static DataTable GetFromRegisterCall(string argFromDate, string argToDate, bool argOtherExec)
 {
     return(CallsheetentryDL.GetFromRegisterCall(argFromDate, argToDate, argOtherExec));
 }
Exemple #24
0
 public static DataTable GetPlotType(int argCCId)
 {
     return(CallsheetentryDL.GetPlotType(argCCId));
 }
Exemple #25
0
 public static DataTable GetGridCallSheet(int argEntryId)
 {
     return(CallsheetentryDL.GetGridCallSheet(argEntryId));
 }
Exemple #26
0
 public static DataTable GetPlotDetails(int argCCId, string argMode, int argLeadId, string argType)
 {
     return(CallsheetentryDL.GetPlotDetails(argCCId, argMode, argLeadId, argType));
 }
Exemple #27
0
 public static DataTable GetOtherReportPost(string argFromDate, string argToDate, bool argSel)
 {
     return(CallsheetentryDL.GetOtherReportPost(argFromDate, argToDate, argSel));
 }
Exemple #28
0
 public static DataTable GetReminder()
 {
     return(CallsheetentryDL.GetReminder());
 }
Exemple #29
0
        //public void Update(SqlConnection Con)
        //{
        //    callsheetDL.Update(this );

        //}
        public static DataTable FillLead(string m_sType, bool m_bOtherExec)
        {
            return(CallsheetentryDL.FillLead(m_sType, m_bOtherExec));
        }
Exemple #30
0
 public static void UpdateCallTypeMaster(string argDesc, int argTypeId)
 {
     CallsheetentryDL.UpdateCallTypeMaster(argDesc, argTypeId);
 }