Ejemplo n.º 1
0
    public static string isExistData(string strTable, string strYear, string strMonth)
    {
        CommonLogic com = new CommonLogic();

        bool isSuccess = com.ExistPointData(strTable, strYear, strMonth);

        return(isSuccess == true ? "1" : "0");
    }