Example #1
0
    public int GetMonitorLogNotPackagedCount(string Customer_Id, string Unit_Id)
    {
        int iCount = 0;
        MonitorLogService mlService = new MonitorLogService();

        iCount = mlService.GetMonitorLogNotPackagedCountWeb(Customer_Id, Unit_Id);
        return(iCount);
    }
Example #2
0
    private void TestCount()
    {
        MonitorLogService mlService = new MonitorLogService();

        this.lb1.Text = mlService.GetMonitorLogNotPackagedCountWeb("29E11BDC6DAC439896958CC6866FF64E", "0d2bf77f765849249a0270c0a07fef07").ToString();
        //GetMonitorLogNotPackagedCount(
        //aa.MonitorLogWebService dd = new aa.MonitorLogWebService();
        //this.lb1.Text = dd.GetMonitorLogNotPackagedCount("29E11BDC6DAC439896958CC6866FF64E", "0d2bf77f765849249a0270c0a07fef07").ToString();
    }