Example #1
0
 internal static DataSet GetBulkAllot()
 {
     return(AllotDL.GetBulkAllot());
 }
Example #2
0
 public static DataTable GetPaySchFlat(int argFlatId)
 {
     return(AllotDL.GetPaySchFlat(argFlatId));
 }
Example #3
0
 public static void InsertAllotment(int argCCId, int argFlatId, int argBuyerId, decimal argNetAmt, decimal argPaidAmt, decimal argPenaltyAmt, decimal argBalAmt, DateTime argDate,
                                    string argCancelType, string argRemarks, int argBlockId, string argFlatNo, DataTable dtChk, bool argChkSend, string argCCName)
 {
     AllotDL.InsertAllotment(argCCId, argFlatId, argBuyerId, argNetAmt, argPaidAmt, argPenaltyAmt, argBalAmt, argDate, argCancelType, argRemarks, argBlockId, argFlatNo, dtChk, argChkSend, argCCName);
 }
Example #4
0
 public static DataTable GetMultiCCwiseExecutiveId(string argCCId)
 {
     return(AllotDL.GetMultiCCwiseExecutiveId(argCCId));
 }
Example #5
0
 public static void InsertReserveFlats(int argCCId, string argFlatIds)
 {
     AllotDL.InsertReserveFlats(argCCId, argFlatIds);
 }
Example #6
0
 public static DataTable GetCCId(int argLeadID)
 {
     return(AllotDL.GetCCId(argLeadID));
 }
Example #7
0
 public static DataTable GetCCwiseExecutiveId(int argCCId)
 {
     return(AllotDL.GetCCwiseExecutiveId(argCCId));
 }
Example #8
0
 public static DataTable GetCostCentre()
 {
     return(AllotDL.GetCostCentre());
 }
Example #9
0
 public static DataTable GetReserveFlats(int argCCID)
 {
     return(AllotDL.GetReserveFlats(argCCID));
 }
Example #10
0
 public static int GetExecutiveId(int argCCId)
 {
     return(AllotDL.GetExecutiveId(argCCId));
 }
Example #11
0
 public static DataTable GetExecutive(int argCCId)
 {
     return(AllotDL.GetExecutive(argCCId));
 }
Example #12
0
 public static void UpdateMultipleAllot(int argExeId, int argCCId, string argType)
 {
     AllotDL.UpdateMultipleAllot(argExeId, argCCId, argType);
 }
Example #13
0
 public static void Update_MulAllot(int argExeId, int argLeadId, int argCCId)
 {
     AllotDL.Update_MulAllot(argExeId, argLeadId, argCCId);
 }
Example #14
0
 public static DataTable GetAllotProject()
 {
     return(AllotDL.GetAllotProject());
 }
Example #15
0
 public static DataSet GetAllot(int argCCId, DateTime argFrom, DateTime argTo)
 {
     return(AllotDL.GetAllot(argCCId, argFrom, argTo));
 }
Example #16
0
 internal static void UpdateBulkAllocation(int i_FromExeId, int i_ToExeId)
 {
     AllotDL.UpdateBulkAllocation(i_FromExeId, i_ToExeId);
 }