Example #1
0
    public bool SetMonitorLogIfFlagInfo(string Customer_Id, string bat_id)
    {
        bool              bReturn   = false;
        string            strError  = string.Empty;
        MonitorLogService mlService = new MonitorLogService();

        bReturn = mlService.SetMonitorLogIfFlagInfoWeb(Customer_Id, bat_id, out strError);
        return(bReturn);
    }