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