public static List <DTOInfor> getListInfor() { return(DAOInfor.getListInfor()); }
public static bool DeleteAll() { return(DAOInfor.DeleteAll()); }
public static bool Delete(string file, string client) { return(DAOInfor.Delete(file, client)); }
public static bool Update(DTOInfor infor) { return(DAOInfor.Update(infor)); }
public static bool Insert(DTOInfor infor) { return(DAOInfor.Insert(infor)); }