private object[] LastEnterTime(string PersonName, string Month) { xmlfileinformation = new XmlFileInformation(); return(xmlfileinformation.LastTimeEnter(PersonName, Month)); }
private DateTime AddNewInfomationXmlFile(string PersonName, string Month, object[] EnterTimeParseObject, int index) { xmlfileinformation = new XmlFileInformation(); return(xmlfileinformation.AddNewInformationXml(PersonName, Month, EnterTimeParseObject, index)); }